﻿@charset "utf-8";

.gr_kefu {
    position: fixed;
    width: 50px;
    height: 275px;
    right: 0;
    top: 214px;
    z-index: 100;
}

    .gr_kefu ul li {
        width: 50px;
        height: 50px;
        float: left;
        position: relative;
        margin-bottom: 1px;
        font-size: 12px;
        line-height: 50px;
    }

        .gr_kefu ul li .sidebox {
            position: absolute;
            width: 50px;
            height: 50px;
            top: 0;
            right: 0;
            transition: all .3s;
            color: #fff;
            background: #0096df;
            overflow: hidden;
            opacity: .8;
            font-size: 16px;
        }

        .gr_kefu ul li.kf2 .sidebox {
            overflow: visible;
        }

        .gr_kefu ul li .sidebox:hover {
            opacity: 1;
        }

        .gr_kefu ul li .sidetop {
            width: 50px;
            height: 50px;
            line-height: 50px;
            display: inline-block;
            background: #222;
            transition: all .3s;
            opacity: .8;
        }

            .gr_kefu ul li .sidetop:hover {
                opacity: 1;
            }

        .gr_kefu ul li img {
            float: left;
        }

        .gr_kefu ul li .kImg {
            padding: 13px;
        }

    .gr_kefu .kf_wx {
        position: absolute;
        top: 0;
        left: -138px;
        width: 108px;
        display:;
        background: #fff;
        border: 1px solid #dadada;
        padding: 14px;
        line-height: 20px;
        color: #0096df;
        text-align: center;
        display: none;
    }

        .gr_kefu .kf_wx img {
            display: block;
            width: 110px;
            height: 110px;
            margin-bottom: 5px;
            float: none;
        }

    .gr_kefu .qq {
        height: 0;
        position: relative;
        z-index: 2;
    }

        .gr_kefu .qq .sidebox {
            border: 1px solid #0096df;
            height: auto;
            border-radius: 5px 0 0 5px;
            width: 140px;
            background: #fff;
            opacity: 1;
            bottom: -50px;
            top: auto;
            text-align: center;
            padding-bottom: 5px;
            right: -150px;
        }

        .gr_kefu .qq h5 {
            height: 35px;
            line-height: 35px;
            background: #0096df;
            font-weight: 400;
            color: #fff;
            font-size: 14px;
            padding: 0 10px;
            text-align: left;
            margin-bottom: 10px;
        }

            .gr_kefu .qq h5 i {
                float: right;
                cursor: pointer;
                transition: all .3s;
                position: relative;
                z-index: 5;
                width: 15px;
                height: 15px;
                top: 10px;
            }

                .gr_kefu .qq h5 i img {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                .gr_kefu .qq h5 i:hover {
                    transform: rotate(90deg);
                }

        .gr_kefu .qq a {
            display: block;
            height: 32px;
            line-height: 32px;
            border-radius: 18px;
            border: 1px solid #0096df;
            margin: 5px 15px;
        }

.pagination {
    padding: 25px 0 15px;
    text-align: center;
    overflow: hidden;
}

    .pagination a {
        font-size: 12px;
        line-height: 30px;
        display: inline-block;
        height: 30px;
        padding: 0 12px;
        text-align: center;
        color: #333;
        border: 1px solid #e3e3e3;
        background: #fff;
        margin-left: 2px;
    }

        .pagination a.a1 {
            line-height: 30px;
            height: 30px;
            margin-top: 0;
            padding: 0 12px;
        }

        .pagination a:hover {
            text-decoration: none;
            color: #000;
            background: #f1f1f1;
        }

    .pagination span {
        line-height: 30px;
        display: inline-block;
        height: 30px;
        padding: 0 12px;
        text-align: center;
        color: #fff;
        margin-left: 2px;
        background: #018ad3;
        color: #fff;
        border: 1px solid #0180c4;
    }

.yzh-map-main {
    overflow: hidden;
    margin: 10px 0;
    padding-bottom: 35px;
    font-family: 微软雅黑;
}

    .yzh-map-main .sitemap_con {
        width: 1200px;
        margin: 0 auto;
        color: #666;
    }

        .yzh-map-main .sitemap_con .map_top {
            border-bottom: 2px solid #555;
            margin-bottom: 35px;
        }

            .yzh-map-main .sitemap_con .map_top img {
                float: left;
            }

    .yzh-map-main .site_r_link {
        width: 140px;
        margin-top: 35px;
        padding: 5px 10px;
        background: #f8f8f8;
        text-align: center;
        background: #555;
        color: #fff;
    }

        .yzh-map-main .site_r_link a {
            color: #fff;
        }

            .yzh-map-main .site_r_link a:hover {
                text-decoration: underline;
            }

    .yzh-map-main .site_plc {
        padding: 5px 0;
    }

    .yzh-map-main .sitemap_con h4 {
        line-height: 35px;
        border-bottom: 1px dotted #ccc;
        font-size: 15px;
        margin-bottom: 5px;
        font-family: 微软雅黑;
    }

    .yzh-map-main .b4 {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .yzh-map-main .b4 ul {
        }

        .yzh-map-main .b4 li {
            line-height: 30px;
            width: 230px;
            float: left;
            background: url(../Images/ly_li.png) no-repeat left center;
            padding-left: 14px;
        }

#baidu-map {
    width: 720px;
    height: 350px;
    border: #ccc solid 1px;
    float: left;
}
